3.1963 \(\int \frac{(a+b x) \sqrt{a^2+2 a b x+b^2 x^2}}{(d+e x)^4} \, dx\)

Optimal. Leaf size=41 \[ \frac{\left (a^2+2 a b x+b^2 x^2\right )^{3/2}}{3 (d+e x)^3 (b d-a e)} \]

[Out]

(a^2 + 2*a*b*x + b^2*x^2)^(3/2)/(3*(b*d - a*e)*(d + e*x)^3)

________________________________________________________________________________________

Rubi [A]  time = 0.0226825, antiderivative size = 41, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 33, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.03, Rules used = {767} \[ \frac{\left (a^2+2 a b x+b^2 x^2\right )^{3/2}}{3 (d+e x)^3 (b d-a e)} \]

Antiderivative was successfully verified.

[In]

Int[((a + b*x)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(d + e*x)^4,x]

[Out]

(a^2 + 2*a*b*x + b^2*x^2)^(3/2)/(3*(b*d - a*e)*(d + e*x)^3)

Rule 767

Int[((d_.) + (e_.)*(x_))^(m_.)*((f_) + (g_.)*(x_))*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> -Sim
p[(f*g*(d + e*x)^(m + 1)*(a + b*x + c*x^2)^(p + 1))/(b*(p + 1)*(e*f - d*g)), x] /; FreeQ[{a, b, c, d, e, f, g,
 m, p}, x] && EqQ[b^2 - 4*a*c, 0] && EqQ[m + 2*p + 3, 0] && EqQ[2*c*f - b*g, 0]

Rubi steps

\begin{align*} \int \frac{(a+b x) \sqrt{a^2+2 a b x+b^2 x^2}}{(d+e x)^4} \, dx &=\frac{\left (a^2+2 a b x+b^2 x^2\right )^{3/2}}{3 (b d-a e) (d+e x)^3}\\ \end{align*}

Mathematica [A]  time = 0.0323854, size = 71, normalized size = 1.73 \[ -\frac{\sqrt{(a+b x)^2} \left (a^2 e^2+a b e (d+3 e x)+b^2 \left (d^2+3 d e x+3 e^2 x^2\right )\right )}{3 e^3 (a+b x) (d+e x)^3} \]

Antiderivative was successfully verified.

[In]

Integrate[((a + b*x)*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(d + e*x)^4,x]

[Out]

-(Sqrt[(a + b*x)^2]*(a^2*e^2 + a*b*e*(d + 3*e*x) + b^2*(d^2 + 3*d*e*x + 3*e^2*x^2)))/(3*e^3*(a + b*x)*(d + e*x
)^3)

________________________________________________________________________________________

Maple [B]  time = 0.006, size = 76, normalized size = 1.9 \begin{align*} -{\frac{3\,{x}^{2}{b}^{2}{e}^{2}+3\,xab{e}^{2}+3\,x{b}^{2}de+{a}^{2}{e}^{2}+abde+{b}^{2}{d}^{2}}{3\, \left ( ex+d \right ) ^{3}{e}^{3} \left ( bx+a \right ) }\sqrt{ \left ( bx+a \right ) ^{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)*((b*x+a)^2)^(1/2)/(e*x+d)^4,x)

[Out]

-1/3*(3*b^2*e^2*x^2+3*a*b*e^2*x+3*b^2*d*e*x+a^2*e^2+a*b*d*e+b^2*d^2)*((b*x+a)^2)^(1/2)/(e*x+d)^3/e^3/(b*x+a)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)*((b*x+a)^2)^(1/2)/(e*x+d)^4,x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [B]  time = 1.5265, size = 170, normalized size = 4.15 \begin{align*} -\frac{3 \, b^{2} e^{2} x^{2} + b^{2} d^{2} + a b d e + a^{2} e^{2} + 3 \,{\left (b^{2} d e + a b e^{2}\right )} x}{3 \,{\left (e^{6} x^{3} + 3 \, d e^{5} x^{2} + 3 \, d^{2} e^{4} x + d^{3} e^{3}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)*((b*x+a)^2)^(1/2)/(e*x+d)^4,x, algorithm="fricas")

[Out]

-1/3*(3*b^2*e^2*x^2 + b^2*d^2 + a*b*d*e + a^2*e^2 + 3*(b^2*d*e + a*b*e^2)*x)/(e^6*x^3 + 3*d*e^5*x^2 + 3*d^2*e^
4*x + d^3*e^3)

________________________________________________________________________________________

Sympy [B]  time = 0.78317, size = 88, normalized size = 2.15 \begin{align*} - \frac{a^{2} e^{2} + a b d e + b^{2} d^{2} + 3 b^{2} e^{2} x^{2} + x \left (3 a b e^{2} + 3 b^{2} d e\right )}{3 d^{3} e^{3} + 9 d^{2} e^{4} x + 9 d e^{5} x^{2} + 3 e^{6} x^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)*((b*x+a)**2)**(1/2)/(e*x+d)**4,x)

[Out]

-(a**2*e**2 + a*b*d*e + b**2*d**2 + 3*b**2*e**2*x**2 + x*(3*a*b*e**2 + 3*b**2*d*e))/(3*d**3*e**3 + 9*d**2*e**4
*x + 9*d*e**5*x**2 + 3*e**6*x**3)

________________________________________________________________________________________

Giac [B]  time = 1.14214, size = 127, normalized size = 3.1 \begin{align*} -\frac{{\left (3 \, b^{2} x^{2} e^{2} \mathrm{sgn}\left (b x + a\right ) + 3 \, b^{2} d x e \mathrm{sgn}\left (b x + a\right ) + b^{2} d^{2} \mathrm{sgn}\left (b x + a\right ) + 3 \, a b x e^{2} \mathrm{sgn}\left (b x + a\right ) + a b d e \mathrm{sgn}\left (b x + a\right ) + a^{2} e^{2} \mathrm{sgn}\left (b x + a\right )\right )} e^{\left (-3\right )}}{3 \,{\left (x e + d\right )}^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)*((b*x+a)^2)^(1/2)/(e*x+d)^4,x, algorithm="giac")

[Out]

-1/3*(3*b^2*x^2*e^2*sgn(b*x + a) + 3*b^2*d*x*e*sgn(b*x + a) + b^2*d^2*sgn(b*x + a) + 3*a*b*x*e^2*sgn(b*x + a)
+ a*b*d*e*sgn(b*x + a) + a^2*e^2*sgn(b*x + a))*e^(-3)/(x*e + d)^3